From b7365c52c4399850b6b6fcf56f12adaae9037f34 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 8 Aug 2014 22:15:02 +0200 Subject: [PATCH] Make focus tests session-exclusive Otherwise, tests running in parallel will steal the focus that we are trying to test. --- testsuite/a11y/state/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/a11y/state/Makefile.am b/testsuite/a11y/state/Makefile.am index f457616f11..28da7779f7 100644 --- a/testsuite/a11y/state/Makefile.am +++ b/testsuite/a11y/state/Makefile.am @@ -39,7 +39,7 @@ statetest_DATA = $(testdata) a11ystate.test: Makefile $(AM_V_GEN) (echo '[Test]' > $@.tmp; \ - echo 'Type=session' >> $@.tmp; \ + echo 'Type=session-exclusive' >> $@.tmp; \ echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 $(insttestdir)/state-record --directory $(statetestdir)' >> $@.tmp; \ mv $@.tmp $@) -- 2.30.2